-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added pame evaluations #5
base: develop
Are you sure you want to change the base?
Conversation
a1659a8
to
6608130
Compare
6608130
to
02a886d
Compare
@@ -1,3 +1,5 @@ | |||
require 'erb' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I kept running into an error that ERB was being used without explicitly being required, this fixes it. Might be a ruby version thing, can't see the harm in being cautious
@@ -1,6 +1,7 @@ | |||
module Web; end | |||
require "web/helpers" | |||
require "lib/admin_csv_generator" | |||
require 'sinatra' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again I'm not sure what is this require
for exactly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above, fixes a warning about things being explicitly required for me
Work just needs the pame model attributes changing from This work is on hold for the time being so will leave the PR open to be picked up in the future. Pame evaluations should NOT show in the API atm. |
@Levia @spencerldixon can either of you shed some light on this very old PR? |
No description provided.